Welcome![Sign In][Sign Up]
Location:
Search - ado oracle

Search list

[OracleSQLCode代码和SQL生成向导

Description: 这是个SQL语句和代码生成向导,当写字段较多的SQL语句时很省事,适用于Delphi、C++Builder。 通过本程序可以方便快速的生成对Oracle单表的Insert、Update、Delete语句和对应的Delphi组件。 如果你想对Oracle表进行Insert、Update、Delete操作,那么只要把通过本向导产生的组件和代码 粘贴在程序里就可以直接运行。 --------------------------------------- 使用者须知:因为Oracle to_date函数写法太麻烦,所以我偷懒把所有日期时间型字段都用普通 字符串传递给Oracle,所以您必须在您的工程文件或者FormCreate等事件里显式调用 SQL语句 alter session set nls_date_format='yyyy-mm-dd hh24:mi:ss。当然,如果你是个勤奋的 家伙也可以修改源码,全部加上to_date('yyyy-mm-dd hh24:mi:ss....:) --------------------------------------- 完善者须知:开发语言Delphi7,数据库连接方式:ADO --------------------------------------- 已知的BUG:因为C++Builder里不支持常量字符串相加,所以有时候编译不通过,小BUG,本人鄙视之,故没修改。 --------------------------------------- 小技巧:在所有列表中都可以通过敲键盘来增量查找一个字符串;通过Ctrl+C键来复制列表内容。 --------------------------------------- 如果有人修改此代码,希望发给我一份最新代码 :)。 帅帅软件出品,2005 http://www.handsomesoft.com
Platform: | Size: 467191 | Author: 15305709759@189.cn | Hits:

[ADO-ODBCdelphi7

Description: 一个对数据库操作的例子,是可以添加和删除记录的-one pair of the operation of the database example, can add and delete records
Platform: | Size: 9505792 | Author: 贾铭 | Hits:

[Database systemDBTest

Description: 通过ADO数据控件,访问Oracle数据库的样例程序-Through the ADO data control, access Oracle database sample program
Platform: | Size: 51200 | Author: 廖先生 | Hits:

[Windows Developdatabase

Description: 主要是实现了数据库(oracle)的连接利用ADO访问数据库,在使用时须导入MSADO15.dll。通过对数据库的操作从而实现了提醒的功能。-Mainly realize the database (oracle) connection using ADO to access the database, to be imported in the use of MSADO15.dll. Through the operation of the database in order to achieve a reminder function.
Platform: | Size: 2927616 | Author: meng | Hits:

[OracleOciDB

Description: 这里对oracle的开发接口oci进行了简单包装,类似于ADO,一共包括2个对象COciConnection和COciRecordset,用起来还不错,方便大家使用-Oracle here on the development of a simple interface oci packaging, similar to ADO, including a total of two objects COciConnection and COciRecordset, good to use to facilitate the use of U.S.
Platform: | Size: 4096 | Author: Mr.fang | Hits:

[ADO-ODBCL2control

Description: 通过ADO连oracle,里面有一块邮槽的代码,是用来接收插入oracle中的数据用的,呵呵!-通过ADO连oracle 10g的一个数据录入模块。
Platform: | Size: 5321728 | Author: 刘某人 | Hits:

[ADO-ODBCOracleUse

Description: 用ado连接oracle的例子,其中包括ado操作数据库的所有类。-Ado to connect oracle with examples, including a database of all ado-type operation.
Platform: | Size: 70656 | Author: fatmouse | Hits:

[CommunicationHttpProxy_shawn

Description: 封装的dll,实现了http模式 的代理服务器。内部有对 oracle的 数据库访问功能,用ADO 技术实现。还有连接控制管理功能。这个程序本身是我们做的一个对通讯软件的代理软件的一个子功能。实现的是http代理。-Package dll, achieved a http proxy server mode. Internal to the oracle database access functions, using ADO technology. There are connection control management functions. The program itself is one of us to do a proxy for communication software, software for a sub-function. Realize that the http proxy.
Platform: | Size: 50176 | Author: 肖恩侠 | Hits:

[Database systemADOClient

Description: ADOClient通过ADO调用后台数据库,支持ORACLE,MSSQL,ACCESS等数据库-ADOClient
Platform: | Size: 11264 | Author: jjwang | Hits:

[WEB Codee-zvit

Description: "e-Zvit" is an reports processing server. Any tall structure of reporting organizations can use project for working with reports made in MS Excel. Apache+PHP+MySQL. You can use data from postgresql, mssql, interbase,informix, odbc, oracle, peardb, ado
Platform: | Size: 613376 | Author: wicket | Hits:

[Otherabc

Description: C#高手,内包括ADO.NET(数据库),C#设计模式,C#语言规范,ODP.NET(专用于Oracle),Office开发,SmartClient(智能客户端),WebService,集成开发环境(IDE)-C# expert, which includes ADO.NET (database), C# design patterns, C# language specification, ODP.NET (dedicated to Oracle), Office Development, SmartClient (smart client), WebService, integrated development environment (IDE) ...
Platform: | Size: 2358272 | Author: 陈文奇 | Hits:

[ADO-ODBC2005101923553601

Description: 财务接口程序源码(oracle与excel之间数据交换) 以前项目中的一个程序,使用VB中的ADO编程实现oracle与excel之间数据交换! 源代码需要指定的ORACLE环境和相应的财务报盘数据才能运行! 代码虽然简单,但可以学习参考.-Financial interface program source (oracle and excel data exchange between) before the project a program that uses ADO in VB programming for data exchange between oracle and excel! Source code need to specify the ORACLE environment and offer the appropriate financial data in order to run! Code is simple, but you can learn information.
Platform: | Size: 66560 | Author: snoopy996 | Hits:

[ADO-ODBCadoConByOdbc

Description: 一个小程序,通过ODBC和ado连接Oracle数据库,进行数据库表的读取,修改等-A small program and ado connection through ODBC Oracle database, the database table to read, modify, etc.
Platform: | Size: 96256 | Author: 张克 | Hits:

[ADO-ODBCEasyDbProcessKit

Description: 偶从大学开始维护至今的好东西。经过多个项目考验的对ADO数据库调用的封装类库。讨厌了ADO繁琐的接口?这个工具能帮你完成绝大多数需求,不但提供了C++的类,也提供了C的API,支持从VC6.0 ~ VC2010各个编译环境,附有例子代码和数据库。 特色: 1、经过多个项目考验,支持Oracle,SQl-Svr2000, MySQL, PostgreSQL, Access(2003), 的Blob 读写,见例子 2、支持类似GetProfileInt系列的变量持久化入数据库,摈弃注册表。见例子 3、支持C++和C的接口,方便在控制台程序中调用。 4、不高深、不先进,但是稳定实用,写的代码少,再也不用怕一坨ADO的try...catch把你的代码搞得稀里糊涂-After the test of a number of projects , using this ADO database library, you can avoid cumbersome interface. This tool can help you complete the majority of demand, not only provides a C++ class, but also provides a C, API, support for all from VC6.0 ~ VC2010 build environment, with examples of code and database. Features: 1, after the test a number of projects in support of Oracle, SQl-Svr2000, MySQL, PostgreSQL, Access (2003), The Blob read and write, see example 2, support a similar range of variables GetProfileInt persistence into the database. See Example 3, support C++ and C interfaces, easy to call by the console applications.
Platform: | Size: 1019904 | Author: 流浪小狗 | Hits:

[Other Databasesadodb480

Description: PHP中一个对象导向的数据库封包链接库,它提供了共通的应用程序接口来跟所有支持的数据库沟通,简化了你的程序的数据库移植性操作。ADODB是Active Data Object DataBase的缩写,目前支持MySQL、PostgreSQL、Oracle、Interbase、Microsoft SQL Server、Access、FoxPro、Sybase、ODBC及ADO。-PHP in an object-oriented database packet link library, which provides a common application program interface to communicate with all supported databases, simplifying the procedures of your database transplant operation. ADODB is the acronym for Active Data Object DataBase, currently supports MySQL, PostgreSQL, Oracle, Interbase, Microsoft SQL Server, Access, FoxPro, Sybase, ODBC and ADO.
Platform: | Size: 580608 | Author: 陈阳 | Hits:

[OracleTransOracle

Description: 将Oracle数据库向Sql server 2000数据库做数据备份的源代码。使用ado方式。-Translate oracle server s data To Sql server 2000,by ado.
Platform: | Size: 43008 | Author: 如风听吟 | Hits:

[ADO-ODBCmysql_oracle_robustness

Description: 实现mysql和oracle数据库ADO连接。实现增删改查功能,里面有具体示例,显示数据库数据。-Mysql and oracle database to achieve ADO connection. Additions and deletions to implement search function, there are specific examples, indicating the database data.
Platform: | Size: 3098624 | Author: 刘俊琪 | Hits:

[MySQLBuildSQL2.0

Description: 1、支持绝大部分数据库,包括大型数据库Oracle,Sybase(包括SQL AnyWhere),DB2,MS_SQL中型数据库MS_Access,MySQL桌面型数据库Paradox,DBF系列数据库,MS_Execl,Text其他支持SQL 92标准的数据库 2、数据库的连接采用ADO连接,因此无需安装和卸载-1, supports most databases, including large databases Oracle, Sybase (including SQL AnyWhere), DB2, MS_SQL medium-sized database MS_Access, MySQL desktop database Paradox, DBF series of databases, MS_Execl, Text other support SQL 92 standard database 2, the database connection using ADO connection, so no need to install and uninstall
Platform: | Size: 1910784 | Author: 张剑 | Hits:

[Delphi VCLDBPool

Description: Delphi 7下测试通过的数据库连接池对象,有ADO和DBExpress两种方式,都兼容了SQLServer和oracle,使用方式为创建TDBExpPool或者TADOPool,执行查询语句直接调用OpenSQL,返回一个TataSet,使用完毕释放。insert语句使用ExecSQL,如果要使用事务,请先调用GetDBConn获取一个DBConn,然后调用Enter,调用Pool的ExecSQL时传入此DBConn,使用完毕Leave即可。-Delphi 7 to test the database connection pool through objects, there are two ways to ADO and DBExpress are compatible with the SQLServer and oracle, used to create TDBExpPool or TADOPool, execute a query directly call OpenSQL, returns a TataSet, released after use. insert statement using ExecSQL, if you want to use transactions, please call GetDBConn get a DBConn, then call Enter, when the incoming call Pool of ExecSQL this DBConn, Leave can be used up.
Platform: | Size: 7168 | Author: 李健 | Hits:

[Oracletntdb-1.1.tar

Description: 一个通用的数据库存取库,类似ADO,但是完全采用C++。 支持后端为ORACLE,DB2, POSTGRESQL-a general database access library. like ADO, but written by c++. Support ORACLE/DB2/POSTGRESQL
Platform: | Size: 574464 | Author: ggking | Hits:
« 1 2 3 4 56 7 »

CodeBus www.codebus.net